home *** CD-ROM | disk | FTP | other *** search
/ Our Birds: Texas / eViewer 3.9.iso / MDAC_TYP.EXE / dasetupd.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-04-25  |  1.3 KB  |  67 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. AdvancedINF=2.5, %BadInst%
  4.  
  5. [SourceDisksNames]
  6. 55=%ID1%,"dasetup.cab",0
  7.  
  8. [SourceDisksFiles]
  9. dasetupd.inf=55,,
  10. dasetup.exe=55,,
  11. dasetupr.dll=55,,
  12. dasetup.ini=55,,
  13. advpack.dll=55,,
  14.  
  15. [DefaultInstall]
  16. RequiredEngine=SETUPAPI, %BadSetupVer%
  17. ComponentName=DASETUP28
  18. Realversion=2.81.1117.6
  19. ComponentVersion=3.81.1117.6
  20. Copyfiles=INFDIR,SHARED
  21. CustomDestination=MyCustomDestination
  22. AddReg=Reg.DataAccess
  23.  
  24.  
  25.  
  26. [DefaultInstall.NT]
  27. RequiredEngine=SETUPAPI, %BadSetupVer%
  28. ComponentName=DASETUP28
  29. Realversion=2.81.1117.6
  30. ComponentVersion=3.81.1117.6
  31. Copyfiles=INFDIR,SHARED
  32. CustomDestination=MyCustomDestination.NT
  33.  
  34.  
  35. [Reg.DataAccess]
  36. HKLM,"SOFTWARE\Microsoft\DataAccess","LocVer",FLG_ADDREG_TYPE_SZ,1033
  37.  
  38.  
  39. [MyCustomDestination]
  40. 49000=DestRoot,5
  41.  
  42. [MyCustomDestination.NT]
  43. 49000=DestRoot,17
  44.  
  45. [DestRoot]
  46. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion","CommonFilesDir",,
  47.  
  48.  
  49. [Strings]
  50. ID1="MDAC Setup Files"
  51. BadInst="You have an older version of the Installer."
  52. BadSetupVer="Your system is missing the required Setup engine."
  53. Msft="Microsoft"
  54.  
  55. [DestinationDirs]
  56. INFDIR=49000,"Microsoft Shared\dasetup"
  57. SHARED=49000,"Microsoft Shared\dasetup"
  58.  
  59. [INFDIR]
  60. dasetupd.inf,,,96
  61.  
  62. [SHARED]
  63. dasetup.exe,,,96
  64. dasetupr.dll,,,96
  65. dasetup.ini,,,96
  66. advpack.dll,,,96
  67.